Documents for PDF, .NET Edition Documentation
DestinationXYZ Constructor(Page,Nullable<Single>,Nullable<Single>)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > DestinationXYZ Class > DestinationXYZ Constructor : DestinationXYZ Constructor(Page,Nullable<Single>,Nullable<Single>)
The page.
The left coordinate of the document window.
The top coordinate of the document window.
Initialize a new instance of the DestinationXYZ class.
Syntax
'Declaration
 
Public Function New( _
   ByVal page As Page, _
   ByVal left As System.Nullable(Of Single), _
   ByVal top As System.Nullable(Of Single) _
)
public DestinationXYZ( 
   Page page,
   System.Nullable<float> left,
   System.Nullable<float> top
)

Parameters

page
The page.
left
The left coordinate of the document window.
top
The top coordinate of the document window.
See Also

Reference

DestinationXYZ Class
DestinationXYZ Members
Overload List